# PUT /notifications/{id} URL: https://developers.vsee.io/api/push-notification-api/put/notifications/%7Bid%7D Auth: User Token — Requires a user access token from login or SSO. Mark notification as read Mark a notification as read Parameters: - X-ApiToken (header, string, required) — API token - id (path, string, required) — Notification ID Responses: - 200 — Successful update ```json { "data": { "id": "570f3f04-f1f4-4805-946e-178d50e631f8", "user_id": "201", "type": "foodlog.comment", "time": 1460616964, "mtime": 14606169641000, "is_new": false, "read": true, "title": "Johnathon Lavon commented on a photo" } } ```